home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_07 / 1107031b < prev    next >
Encoding:
Text File  |  1995-11-01  |  301 b   |  11 lines

  1. rem Builds: MDAWIN.DLL
  2. rem Dynamic link library for Windows.
  3. rem 
  4. bcc -c -WD -D_RTLDLL -ml! mstream.cpp libmain.cpp
  5. tlink /x/c/C/Twd c0dl mstream libmain,mdawin.dll,,import crtldll,mdawin.def
  6. implib mdawin.lib mdawin.dll
  7. bcc -c -WS -D_RTLDLL -ml moutinst.cpp
  8. tlib mdawin.lib +moutinst.obj
  9.  
  10.  
  11.